home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / fortran / libf2c-0.000 / libf2c-0 / libf2c / README < prev   
Encoding:
Text File  |  1995-01-14  |  1.5 KB  |  45 lines

  1. This package is:
  2.  -    How to build a DLL jumptable version of libf2c.a
  3.  
  4. It is based on:
  5.  -    Eric Youngdale's package of tools for building DLL libraries.
  6.  -    The AT&T f2c library and program, available from netlib.att.com
  7.  
  8. It contains:
  9.  -    Almost unmodified sources of the f2c library. Version 0.11 of the lib 
  10.       contains the 5 jan 1995 f2c library sources plus one routine for backward
  11.       compatibility.
  12.  -    An 'f2c' binary built with the 5 jan 1995 source.
  13.  -    a few scripts that can help rebuilding the library.
  14.  
  15. It was designed by:
  16.  -    Rob Hooft (hooft@EMBL-Heidelberg.DE)
  17.  
  18. With help of:
  19.  -    David Engel (david@ods.com), the original author of the JumpTables.
  20.  -    H.J. Lu (hlu@nynexst.com), the maintainer of our GCC and libc.
  21.  -    the DLL tools 2.x package by Eric Youngdale.
  22.  
  23. To build the lib (you don't need to if you trust me):
  24.  -    you probably need f2c.h someplace.
  25.  -    you need an installed 'tools' package.
  26.       Get it from tsx-11.mit.edu:/pub/linux/packages/GCC/src.
  27.  -    Type './make.clean' (if needed).
  28.  -    Type './make.shared' to make the shared lib.
  29.  -    Type './make.clean' (you must!).
  30.  -    Type './make.static' to make the static lib.
  31.  
  32. To install the lib:
  33.  -    copy libf2c.sa to /usr/lib
  34.  -    copy libf2c.so.0.11 to /lib
  35.  -    ln -s /lib/libf2c.so.0.11 /lib/libf2c.so.0 or use 'ldconfig'
  36.  -    copy libf2c.a to /usr/lib
  37.  
  38. Warning:
  39.  -    You may need a DLL libc.so.4.6.x or newer to make use of this f2c 
  40.       library and binary.
  41.  
  42. See also:
  43.  -    fort77-1.6.tar.gz, available from sunsite.unc.edu
  44.  
  45.